Cucumber Features

Expand All

Collapse All

Feature: Test Quora

C:/Workspace/MassMutual_Exercise/features/test.feature:3

Scenario Outline: Validate the methods

  1. Given I on the page
    C:/Workspace/MassMutual_Exercise/features/test.feature:4
  2. When I check <values>
    C:/Workspace/MassMutual_Exercise/features/test.feature:5
  3. Then I see result page
    C:/Workspace/MassMutual_Exercise/features/test.feature:6

Examples

C:/Workspace/MassMutual_Exercise/features/test.feature:10

Scenario: | copy |

  • Running: Validate the methods, Examples (#1), Scenario started at: 2018-06-21 17:48:16 -0500
  • Given I on the page
    features/step_definitions/values_steps.rb:14
  • When I check copy
    features/step_definitions/values_steps.rb:20
  • Then I see result page
    C:/Workspace/MassMutual_Exercise/features/test.feature:10
    Then("I see result page") do
      pending # Write code here that turns the phrase above into concrete actions
    end
  • Screenshot
     
    Screenshot